'Declaration Public Overridable Function RemoveAll( _ ByVal match As System.Predicate(Of T) _ ) As System.Integer
public virtual System.int RemoveAll( System.Predicate<T> match )
Parameters
- match
- Predicate deciding should item be removed or not.
'Declaration Public Overridable Function RemoveAll( _ ByVal match As System.Predicate(Of T) _ ) As System.Integer
public virtual System.int RemoveAll( System.Predicate<T> match )